i need ur help [closed]

Posted by aisha khan on Programmers See other posts from Programmers or by aisha khan
Published on 2012-12-02T10:36:08Z Indexed on 2012/12/02 11:19 UTC
Read the original article Hit count: 311

Filed under:

Write a program that prompts the user to enter the size of the array, allocate memory using malloc(), ask the user to enter elements of the array and displays if the puzzle is solvable. As part of this program, write a recursive function int Solvable(int start, int squares[]) that takes a starting position of the marker along with the array of squares. The function should return 1 if it is possible to solve the puzzle from the starting configuration and 0 if it is impossible

© Programmers or respective owner

Related posts about books